home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / wall / wall.man < prev   
Text File  |  1989-11-27  |  981b  |  31 lines

  1. ' $Header: /sprite/src/cmds/wall/RCS/wall.man,v 1.4 89/11/27 14:27:02 douglis Exp $
  2. .so \*(]ltmac.sprite
  3. .HS WALL cmds
  4. .BS
  5. .SH NAME
  6. wall \- write to all users
  7. .SH SYNOPSIS
  8. \fBwall\fP [ \fB\-v\fP ] [ \fB-l\fP ] [ \fB-r\fP ] 
  9. .IP "\fB\-v\fR" 15
  10. Verbose: inform the user whether or not each machine
  11. successfully received the message.
  12. .IP "\fB\-l\fR" 15
  13. Local: Only inform users on the local host.
  14. .IP "\fB\-r\fR" 15
  15. No rlogins: Only write to /dev/syslog on each machine, not rlogins.
  16. .BE
  17. .SH DESCRIPTION
  18. .LP
  19. \fIWall\fP reads its standard input until an end-of-file.
  20. It then sends this message, preceded by `Broadcast Message ...',
  21. to the syslog window and all rlogins on each machine.  If the \fB-l\fR
  22. option is specified, only users on the local host are notified.  
  23. If the \fB-r\fR option is specified, only syslog windows are written to.
  24. The
  25. \fB\-v\fR option will inform 
  26. the user whether or not each machine successfully received the
  27. message.
  28.  
  29. .SH KEYWORDS
  30. write, message, syslog
  31.